| 1. | Dd > returns the local address of this server socket 返回此服务器套接字的本地地址。 |
| 2. | Using an asynchronous server socket 使用异步服务器套接字 |
| 3. | Using a synchronous server socket >使用同步服务器套接字 |
| 4. | Asynchronous server socket example 异步服务器套接字示例 |
| 5. | Synchronous server socket example 同步服务器套接字示例 |
| 6. | The python library comes with client and server socket programming modules Python库提供客户机和服务器套接字编程模块。 |
| 7. | Synchronous server sockets suspend the execution of the application until a connection request is received on the socket 同步服务器套接字挂起应用程序的执行,直到套接字上接收到连接请求。 |
| 8. | Listening with sockets listener or server sockets open a port on the network and then wait for a client to connect to that port 侦听器或服务器套接字在网络上打开一个端口,然后等待客户端连接到该端口。 |
| 9. | Synchronous server sockets are not suitable for applications that make heavy use of the network in their operation , but they can be suitable for simple network applications . after a 同步服务器套接字不适用于在操作中大量使用网络的应用程序,但它们可能适用于简单的网络应用程序。 |
| 10. | You can view currently active connections on a per - protocol basis , view connections in a particular state such as server sockets in the listening state , and many others ,可以查看当前活动的连接(按单个协议进行查看) ,查看特定状态的连接(比如处于监听状态的服务器套接字)和许多其他的信息。 |